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

Fips checksums #1

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fixup! Set the severity: fips change label if fips checksum changed
  • Loading branch information
t8m committed May 11, 2021
commit ba29e2bb1b68a7cd33d3237ea64f093c09371762
1 change: 1 addition & 0 deletions .github/workflows/checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: make diff-fips-checksums
run: make diff-fips-checksums
working-directory: ./build
continue-on-error: true
- name: set label
if: ${{ failure() }}
uses: actions/github-script@v4
Expand Down