Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gha config files #52

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft

gha config files #52

wants to merge 20 commits into from

Conversation

dalerichardson
Copy link
Contributor

No description provided.

Comment on lines -22 to -29
- stage: canary
# refer to this commit for context: https://github.com/plus3it/scap-formula/commit/7d7f61b597cd6d1677dc877cbdf4c3c98a4e2d49
before_install: skip
install: skip
env:
- EL7="./scap/content/guides/disa/stig-el7-scap_1-2.xml"
script:
- if ! grep -i "centos" $EL7 > /dev/null; then echo "ERROR CentOS string not found in $EL7"; exit 1; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need a custom workflow that implements this test

@lorengordon lorengordon force-pushed the scap_ghamigration branch 2 times, most recently from 9a17a7e to 5e4a13a Compare November 13, 2023 15:55
@mergify mergify bot mentioned this pull request Nov 13, 2023
dependabot bot and others added 3 commits November 13, 2023 08:10
Bumps [ComplianceAsCode/content](https://github.com/complianceascode/content) from 0.1.68 to 0.1.70.
- [Release notes](https://github.com/complianceascode/content/releases)
- [Changelog](https://github.com/ComplianceAsCode/content/blob/master/docs/release_process.md)
- [Commits](ComplianceAsCode/content@v0.1.68...v0.1.70)

---
updated-dependencies:
- dependency-name: ComplianceAsCode/content
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps ubuntu from `ec050c3` to `2b7412e`.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants