Skip to content

Commit 0579d3b

Browse files
Fix ineffectual assignment and badge caching
- Remove unused priority++ increment in recommendations.go - Add cache-busting param to Go Report Card badge URL
1 parent 913debc commit 0579d3b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p align="center">
88
<a href="https://github.com/csnp/qramm-tls-analyzer/actions"><img src="https://github.com/csnp/qramm-tls-analyzer/workflows/CI/badge.svg" alt="CI Status"></a>
9-
<a href="https://goreportcard.com/report/github.com/csnp/qramm-tls-analyzer"><img src="https://goreportcard.com/badge/github.com/csnp/qramm-tls-analyzer" alt="Go Report Card"></a>
9+
<a href="https://goreportcard.com/report/github.com/csnp/qramm-tls-analyzer"><img src="https://goreportcard.com/badge/github.com/csnp/qramm-tls-analyzer?v=2" alt="Go Report Card"></a>
1010
<a href="https://pkg.go.dev/github.com/csnp/qramm-tls-analyzer"><img src="https://pkg.go.dev/badge/github.com/csnp/qramm-tls-analyzer.svg" alt="Go Reference"></a>
1111
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
1212
</p>

internal/scanner/recommendations.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ func (s *Scanner) generateRecommendations(result *types.ScanResult) []types.Reco
168168
"https://csrc.nist.gov/publications/detail/fips/204/final",
169169
},
170170
})
171-
priority++
172171
}
173172
}
174173

0 commit comments

Comments
 (0)